Esx Settings Clusters Software Reports HardwareCompatibility PciDeviceOverrides VcgEntries Key
The Esx Settings Clusters Software Reports HardwareCompatibility PciDeviceOverrides VcgEntries Key schema specifies a particular combination of PCI ID, specific FW version if known, Driver name, Driver version, and vSphere release for which a given override applies.
This schema was added in vSphere API 7.0.3.0.
{
"device": {
"vid": "string",
"did": "string",
"svid": "string",
"ssid": "string"
},
"firmware_version": "string",
"part_number": "string",
"driver_name": "string",
"driver_version": "string",
"product_id": "string",
"capacity": 0
}
The PCI device ID
This property was added in vSphere API 7.0.3.0.
The device firmware version
This property was added in vSphere API 7.0.3.0.
if not specified, the override applies to devices with an unknown firmware version.
OEM part number for device as used in BCG
This property was added in vSphere API 7.0.3.0.
if missing or null
the override applies to devices without a part number.
The name of the device driver for which this override applies
This property was added in vSphere API 7.0.3.0.
if missing or null
the override applies to the specified device regardless of driver name.
The version of the device driver for which this override applies (only accepted if 'driverName' is also specified)
This property was added in vSphere API 7.0.3.0.
if missing or null
the override applies to the specified device regardless of driver version.
The Product ID for the device which this override applies (as presented by the device itself). May be left missing or null
for devices that don't present a model number/product ID.
This property was added in vSphere API 7.0.3.0.
if missing or null
the override applies to the specified device regardless of product ID.
Storage device capacity (in bytes)
This property was added in vSphere API 7.0.3.0.
if missing or null
the override applies to the specified device regardless of capacity.